home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 034a / evd20.zip / SETUP.DOC < prev    next >
Text File  |  1990-11-10  |  7KB  |  124 lines

  1. Eagle Verify SETUP.DOC
  2.  
  3. FILES:
  4.  
  5. EVCONFIG EXE    <- config program (RUN THIS FIRST !!)
  6. EVCONFIG DOC    <- Manual for the door configuration (EVCONFIG.EXE) program
  7. LOGO     VD     <- #  opening logo screen for Door (text)
  8. LOGO     VDG    <- #  same as above (graphics version)
  9. ESORT    EXE    <- Sort utility to be used on the VERIFY.FON file
  10. SORTFON  BAT    <- Used in conjunction with ESORT to sort VERIFY.FON file
  11. EVERIFY  DAT    <- #% DATA file used by Door and created by EVCONFIG.EXE
  12. EVERIFY  EXE    <= Main program (The Door !)
  13. EVERIFY  DOC    <- Manual for the Eagle Verify Door
  14. EVERIFY         <- Sample batch file used with PCBoard and Door
  15. GOODBYE  VD     <- # closing screen for Door (text)
  16. GOODBYE  VDG    <- # same as above (graphics version)
  17. LOCAL    VD     <- # to tell user you only make LOCAL calls (text)
  18. LOCAL    VDG    <- # same as above (graphics version)
  19. SORRY    VD     <- # to tell user phone number found & locked out (text)
  20. SORRY    VDG    <- # same as above (graphics version)
  21. SORRYLD  VD     <- # to tell user their AREA CODE has been locked out (text)
  22. SORRYLD  VDG    <- # same as above (graphics version)
  23. SORRYFX  VD     <- # to tell user thier PREFIX has been locked out (text)
  24. SORRYFX  VDG    <- # same as above (graphics version)
  25. TIMES    VD     <- # to tell user when your times are for LD calling
  26. TIMES    VDG    <- # same as above (graphics version)
  27. SETUP    DOC    <- This file
  28. WELCOME  VD     <- # Instructions on using the Door (text only)
  29. CALLER          <- Example callers log entries
  30.  
  31.     The 3 below listed files MUST be in the same directory as the door. You
  32.     can use a  standard ASCII editor to maintain  these files, however, the
  33.     editor you use MUST NOT place a ^Z marker at the end of file, otherwise
  34.     when doing a search on these files, the search will end when it finds a
  35.     ^Z marker, even if there is entries after it.
  36.  
  37. VERIFY   FON    <- #% Example  Verify.FON file.  If your  upgrading from  a
  38.                     previous  version  of  Eagle_Verify  Door  use your old
  39.                     verify.fon file,  if this is your  first time, use this
  40.                     file, it MUST be in the same dir as EVERIFY.EXE
  41.  
  42. AREACODE FON    <-#% Example Areacode.FON  file. If you  plan on using  the
  43.                      long distance calling feature,  then this file MUST be
  44.                      in the same directory  as EVERIFY.EXE. Whether you use
  45.                      it or not  doesn't matter. What it is,  is a text file
  46.                      that you can maintain with any ASCII type text editor.
  47.                      It  holds AREA  CODES to  which you  can LOCK out from
  48.                      making long  distance calls to.  For example, here  in
  49.                      Florida, Alaska  is a LONG way  to call to, so  I have
  50.                      locked out that  number. You can add or  take away. In
  51.                      any case, the file and at  least ONE number MUST be in
  52.                      it if you  are going to use the  long distance calling
  53.                      feature !!  Kim Namanny has  taken time and  effort to
  54.                      add in all of the areacodes  for the U.S., now all you
  55.                      have to  do, to lock  out certain areacodes  is remove
  56.                      the asterisk (*) from in  front of the areacode number
  57.                      you wish to lockout. Leaving  the asterisk in front of
  58.                      the areacode  number will ignore  that number and  NOT
  59.                      lock  it  out  and  calls  will  be  allowed  to  that
  60.                      areacode.
  61.  
  62. PREFIX.FON      <-#% Example Prefix.FON file. This file MUST be in the same
  63.                      directory as the door, whether or not you use it.  You
  64.                      can lock-out certain prefix numbers, such as 911 & 976
  65.                      This also LOCKS out the prefix of a long distance user
  66.                      if you have this  option allowed  (LD calling),  so it
  67.                      effects both LOCAL and LONG DISTANCE callers as well.
  68.                      If a user uses 911 as their PREFIX, the door WILL lock
  69.                      them OUT of your system.  Due to the serious nature of
  70.                      using 911, we had-coded this into the Door.
  71. ******* NOTE **********
  72.         # = These Files MUST reside in the same directory as EVERIFY.EXE
  73.             however the door will work if it doesn't find them.
  74.         #%= These Files MUST reside in the same directory as EVERIFY.EXE
  75.             WILL NOT WORK if it doesn't find them and will CRASH
  76.             the DOOR and probably your system too !!1
  77.  
  78.         Use the EVCONFIG.EXE  program to configure the door,  See the batch
  79.         file EVERIFY for an example of calling from PCBoard. The phone file
  80.         now has  a date stamp added  to each line when  a user is upgraded.
  81.         Your old VERIFY.FON file will work with this release of the door.
  82.  
  83.  
  84.         Use ONLY EVCONFIG.EXE  to edit the EVERIFY.DAT file  !!! DO NOT use
  85.         anything else or it WILL corrupt your EVERIFY.DAT file and the door
  86.         WILL NOT WORK !
  87.  
  88.         The following files can be  maintained and edited with any standard
  89.         ASCII TEXT  editor. Use an EDITOR  that does not leave  a ^Z at the
  90.         end of the file. QED.EXE (QuickDOSII editor) and Qedit are a few of
  91.         the  ones that  do this  correctly. The  ^Z will  also look like an
  92.         arrow either at the end of the file or some where between.
  93.  
  94.         AREACODE.FON
  95.         PREFIX.FON
  96.         VERIFY.FON
  97.  
  98.         The  following files  can be  maintained and  edited to your liking
  99.         with a program  such as TheDraw, standard ANSI  editor or any ASCII
  100.         TEXT editor, depending  on the file extension. The  ONLY files that
  101.         you really  need to edit  is GOODBYE.VD &  GOODBYE.VDG, as well  as
  102.         TIMES.VD & TIMES.VDG.  However all files ending with  either .VD or
  103.         .VDG can be  edited to your liking. We  would greatly appreciate it
  104.         that you did not alter the files LOGO.VD & LOGO.VDG as they are OUR
  105.         personal opening screens for the door.
  106.  
  107.         Files ending with .VD
  108.         GOODBYE.VD
  109.         TIMES.VD
  110.         SORRY.VD
  111.         etc.....
  112.         Used any standard ASCII Editor. (QuickDOSII editor or Qedit)
  113.         or any ANSI editor and saving it in ASCII. (TheDraw)
  114.  
  115.         Files ending with with .VDG
  116.         GOODBYE.VDG
  117.         TIMES.VDG
  118.         SORRY.VDG
  119.         etc......
  120.         Use ONLY an ANSI editor ! (TheDraw)
  121.         Save the screens  with the BLOCK command and limit  each line to 79
  122.         or  less characters  ! This  is a  MUST DO  deal, or  your door and
  123.         screens will be messed up.
  124.